home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / VIG-PV12.ZIP / HISTORY.DOC < prev    next >
Text File  |  1994-07-07  |  6KB  |  98 lines

  1. ■ ProVote v1.2 Released on 07/07/94
  2.   
  3.   Note: This is a drop in replacement, all you really need to do is replace
  4.         the PROVOTE.PPE file.
  5.  
  6.   FIXED: If FORCE VOTING=ON, in multinode environment, and one node vals/dels
  7.          a user while another node has that user on his voting screen (but
  8.          has not voted on him YET..), the second voter was not be able to
  9.          quit out of voting.
  10.   FIXED: Finally, adding deleted users to the TCAN file will work properly.
  11.          I had opened the file using FOPEN not FAPPEND, so it just kept
  12.          replacing the first name.
  13.   ADDED: The message sent to new users when they are validated is now
  14.          security level aware.  If for instance a validated user gets level
  15.          60, PROVOTE will first search for WELCOME.60, then WELCOME.PCB.
  16.   ADDED: Automatic conference registrations.  See PROVOTE.DOC for details.
  17.   CHNGD: Infoform's 2 and 3 in the ANSI1.ZIP file have been enhanced, they
  18.          are now animated with a mondo-cool status bar on top. :)
  19.  
  20. ■ ProVote v1.1 Released on 05/26/94
  21.  
  22.   CHNGD: Maximum users being voted on is now configurable via line #11 in
  23.          PROVOTE.CNF.  This line determines the maximum people allowed in NUV
  24.          at one time AND it must be GREATER THAN the amount of entries in your
  25.          PWRD file (how many different sec levels you have).  MAKE SURE YOU
  26.          SET THIS NUMBER HIGH ENOUGH SO THAT YOU WILL NEVER HAVE THAT MANY NEW
  27.          USERS AT ONE TIME!  I should have just kept this hardcoded <shrug>.
  28.   CHNGD: Maximum Comment to Sysop lines now follows setting in PCBSETUP.
  29.   FIXED: If user record does not exist in USERS file, infoforms are no longer
  30.          saved (if user was nuked through PCBSM or some other way).
  31.   FIXED: Didn't erase lightbar for when VALIDATED/DELETE screen pops up.
  32.   ADDED: Light-bar security level choice when sysop is force validating.
  33.   FIXED: Not really bug, when sysop validating, sec level would follow their
  34.          current stats to determine if landslide.  fixed cause of ^
  35.   ADDED: Questions pertaining to stuffing votes now via light-bars.
  36.   FIXED: @X codes now filtered out for sysop comment #2 field.
  37.   FIXED: Now will properly add name to TCAN if sec is -2 for del users.
  38.   FIXED: Users could quit voting via ESC if force voting on all was ON and
  39.          users were still pending.
  40.   ADDED: If exist WELCOME.PCB, sent to user val'd thru ProVote in a private
  41.          message in conference 0.
  42.   CHNGD: You can now input right up to a wall during infoforms instead of x-1
  43.          so now you can input a single char inside of [ ].
  44.   FIXED: When displaying comments, it now makes use of the last line.
  45.   ADDED: Sysops can now see how every user has voted, even if they didn't
  46.          leave a comment.
  47.   CHNGD: Sped up the display of users being voted on; if on page 1 of users
  48.          list, it doesn't print 75 spaces over spaces already there.
  49.   CHNGD: EXIT.PCB format has totally changed.  No more crazy methods to save
  50.          it, just put a * where you want a YES/NO lightbar to appear.
  51.   CHNGD: Users can now no longer vote on themselves (if they have been
  52.          validated outside of ProVote).
  53.   CHNGD: FEEDBACK.PCB now requires 3 "*" MCI codes.  It will replace the *'s
  54.          with the Sysops name, users nanem, and subject- in that order.
  55.   FIXED: /S is now case-insensitive when saving feedback.  Also enhanced it
  56.          to act like Telegard/Renegade.
  57.   CHNGD: PROVOTE.CNF format has changed drastically.
  58.   ADDED: Infoform can now be a PPE or display file, just put a "!" or "%"
  59.          followed by the complete path\filespec in the first line of the
  60.          desired INFOFORM.x file.  It is YOUR responsibility to get any
  61.          forms to the DATA\ dir, see the source code to INFOHUNT.PPE for how 
  62.          to create a proper filename.  (This I would think is a rather
  63.          ADVANCED feature).
  64.   ADDED: If exist NEWUSER.PCB, shown to newusers before anything happens.
  65.   ADDED: If exist INSTRUCT.PCB, shown to voters before anything happens.
  66.   CHNGD: Got rid of the Clear/Restore toggle; now it always just clears
  67.   CHNGD: Can now use alt-F10 to prevent nukeage of applying user (just raise
  68.          sec before all apps are finished).
  69.   ADDED: Now saves forms for nuked users in GONE\ directory.  IMPORTANT! If
  70.          you are upgrading, you must create this directory manually!
  71.   FIXED: Tiny inconsequential bug that caused a light bar to redraw itself
  72.          twice under certain conditions, just slowed the display a bit.
  73.   CHNGD: Infoforms now saved to temp filenames until feedback is SAVED, so
  74.          now apps of people who hung up won't clutter the DATA\ dir.
  75.   ADDED: "Review" choice when voting.  This will also be the default bar that
  76.          is highlighted immediately after viewing infoforms, to prevent lazy
  77.          fucks from just slamming enter to blaze through all applicants.
  78.   CHNGD: STRINGS.DAT format has changed.
  79.   ADDED: if you define number of yes/no votes req as 0, then a user will
  80.          never be val'd or deleted.  You can do it for one or the other, or
  81.          both.
  82.   ADDED: /VIEW command line paremeter.  If this is used, and a voter is
  83.          entering PROVOTE but has already voted on everyone (and is NOT a
  84.          sysop), then ProVote will report "No New Users Found".
  85.   FIXED: If going from last page of applicants to first, it wouldn't clear
  86.          the previous underlying data
  87.   CHNGD: When entering provote, it will automatically hilight the first
  88.          UNVOTED on user (instead of simply first user)
  89.   CHNGD: INFOHUNT.PPE has been updated to reflect changes in ProVote, source
  90.          code has also been included to illustrate the naming convention used
  91.          for the infoforms.
  92.  
  93. ■ ProVote v1.0 Released on 04/20/94
  94.  
  95.   Initial release.
  96.  
  97.  
  98.